gdk: Remove gdk_window_set_debug_updates()
authorBenjamin Otte <otte@redhat.com>
Tue, 11 Oct 2016 14:26:16 +0000 (16:26 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 16 Oct 2016 16:18:58 +0000 (18:18 +0200)
commite76ba9a3c3fbf0712b70b66b170c959a63777dee
tree78565caed182dddfe509daf6f0807cb78dabd69d
parent4a95f8802c22971976dc50e8818af6256218a54d
gdk: Remove gdk_window_set_debug_updates()

The update tracking code was ugly and using deprecated drawing APIs. It
was also in the wrong place.

So instead of trying to keep it working, I'll remove it. We need to find
a better way to put it and make it work there.
docs/reference/gdk/gdk4-sections.txt
gdk/gdk-private.c
gdk/gdk-private.h
gdk/gdkdisplay.c
gdk/gdkdisplayprivate.h
gdk/gdkinternals.h
gdk/gdkwindow.c
gdk/gdkwindow.h
gtk/gtkmain.c
gtk/inspector/visual.c